home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 January
/
EnterCD 01_2004.iso
/
Multimedia
/
Advanced Effect Maker Freeware Edition 1.0
/
aemf10.exe
/
{app}
/
templates
/
edwardmessage.swf
/
scripts
/
frame_6
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-10-12
|
229 b
|
9 lines
s1._x += bspeed;
s2._x += bspeed;
line._width = s1._x + 4;
line._height = 1;
cx = s1._x % bp;
a = cx * 3.141592653589793 / (bp * 2);
s1._rotation = Math.sin(a) * ang * 2 - ang;
s2._rotation = Math.cos(a) * ang * 2 - ang;